翻訳と辞書
Words near each other
・ "O" Is for Outlaw
・ "O"-Jung.Ban.Hap.
・ "Ode-to-Napoleon" hexachord
・ "Oh Yeah!" Live
・ "Our Contemporary" regional art exhibition (Leningrad, 1975)
・ "P" Is for Peril
・ "Pimpernel" Smith
・ "Polish death camp" controversy
・ "Pro knigi" ("About books")
・ "Prosopa" Greek Television Awards
・ "Pussy Cats" Starring the Walkmen
・ "Q" Is for Quarry
・ "R" Is for Ricochet
・ "R" The King (2016 film)
・ "Rags" Ragland
・ ! (album)
・ ! (disambiguation)
・ !!
・ !!!
・ !!! (album)
・ !!Destroy-Oh-Boy!!
・ !Action Pact!
・ !Arriba! La Pachanga
・ !Hero
・ !Hero (album)
・ !Kung language
・ !Oka Tokat
・ !PAUS3
・ !T.O.O.H.!
・ !Women Art Revolution


Dictionary Lists
翻訳と辞書 辞書検索 [ 開発暫定版 ]
スポンサード リンク

quaternions and spatial rotation : ウィキペディア英語版
quaternions and spatial rotation
Unit quaternions, also known as versors, provide a convenient mathematical notation for representing orientations and rotations of objects in three dimensions. Compared to Euler angles they are simpler to compose and avoid the problem of gimbal lock. Compared to rotation matrices they are more numerically stable and may be more efficient. Quaternions have found their way into applications in computer graphics, computer vision, robotics, navigation, molecular dynamics, flight dynamics,〔Amnon Katz (1996) ''Computational Rigid Vehicle Dynamics'', Krieger Publishing Co. ISBN 978-1575240169〕 orbital mechanics of satellites〔J. B. Kuipers (1999) ''Quaternions and rotation Sequences: a Primer with Applications to Orbits, Aerospace, and Virtual Reality'', Princeton University Press ISBN 978-0-691-10298-6〕 and crystallographic texture analysis.
When used to represent rotation, unit quaternions are also called rotation quaternions. When used to represent an orientation (rotation relative to a reference coordinate system), they are called orientation quaternions or attitude quaternions.
== Using quaternion rotations ==

In 3-dimensional space, according to Euler's rotation theorem, any rotation or sequence of rotations of a rigid body or coordinate system about a fixed point is equivalent to a single rotation by a given angle about a fixed axis (called ''Euler axis'') that runs through the fixed point. The Euler axis is typically represented by a unit vector . Therefore, any rotation in three dimensions can be represented as a combination of a vector  and a scalar . Quaternions give a simple way to encode this axis–angle representation in four numbers, and can be used to apply the corresponding rotation to a position vector, representing a point relative to the origin in R3.
A Euclidean vector such as or can be rewritten as or , where , , are unit vectors representing the three Cartesian axes. A rotation through an angle of around the axis defined by a unit vector
: \vec = (u_x, u_y, u_z) = u_x\mathbf + u_y\mathbf + u_z\mathbf
can be represented by a quaternion. This can be done using an extension of Euler's formula:
: \mathbf = e^ + u_z\mathbf)}} = \cos \frac + (u_x\mathbf + u_y\mathbf + u_z\mathbf) \sin \frac
It can be shown that the desired rotation can be applied to an ordinary vector \mathbf = (p_x, p_y, p_z) = p_x\mathbf + p_y\mathbf + p_z\mathbf in 3-dimensional space, considered as a quaternion with a real coordinate equal to zero, by evaluating the conjugation of  by :
: \mathbf = \mathbf \mathbf \mathbf^
using the Hamilton product, where is the new position vector of the point after the rotation. In a programmatic implementation, this is achieved by constructing a quaternion whose vector part is p and real part equals zero and then performing the quaternion multiplication. The vector part of the resulting quaternion is the desired vector p'.
Mathematically, this operation carries the ''set'' of all "pure" quaternions p (those with real part equal to zero) — which constitute a 3-dimensional space among the quaternions — into itself, by the desired rotation about the axis ''u'', by the angle θ. (Each real quaternion is carried into itself by this operation. But for the purpose of rotations in 3-dimensional space, we ignore the real quaternions.)
The rotation is clockwise if our line of sight points in the same direction as .
In this instance, is a unit quaternion and
: \mathbf^ = e^ + u_z\mathbf)}} = \cos \frac - (u_x\mathbf + u_y\mathbf + u_z\mathbf) \sin \frac .
It follows that conjugation by the product of two quaternions is the composition of conjugations by these quaternions: If and are unit quaternions, then rotation (conjugation) by  is
:\mathbf \vec (\mathbf)^ = \mathbf \vec \mathbf^ \mathbf^ = \mathbf (\mathbf \vec \mathbf^) \mathbf^,
which is the same as rotating (conjugating) by  and then by . The scalar component of the result is necessarily zero.
The quaternion inverse of a rotation is the opposite rotation, since \mathbf^ (\mathbf \vec \mathbf^) \mathbf = \vec. The square of a quaternion rotation is a rotation by twice the angle around the same axis. More generally is a rotation by  times the angle around the same axis as . This can be extended to arbitrary real , allowing for smooth interpolation between spatial orientations; see Slerp.
Two rotation quaternions can be combined into one equivalent quaternion by the relation:
: \mathbf' = \mathbf_2 \mathbf_1
in which corresponds to the rotation followed by the rotation . (Note that quaternion multiplication is not commutative.) Thus, an arbitrary number of rotations can be composed together and then applied as a single rotation.

抄文引用元・出典: フリー百科事典『 ウィキペディア(Wikipedia)
ウィキペディアで「quaternions and spatial rotation」の詳細全文を読む



スポンサード リンク
翻訳と辞書 : 翻訳のためのインターネットリソース

Copyright(C) kotoba.ne.jp 1997-2016. All Rights Reserved.